const net/http.http2ErrCodeProtocol

60 uses

	net/http (current package)
		h2_bundle.go#L1181: 	http2ErrCodeProtocol           http2ErrCode = 0x1
		h2_bundle.go#L1198: 	http2ErrCodeProtocol:           "PROTOCOL_ERROR",
		h2_bundle.go#L1961: 			return fr.connError(http2ErrCodeProtocol,
		h2_bundle.go#L1967: 			return fr.connError(http2ErrCodeProtocol,
		h2_bundle.go#L1972: 		return fr.connError(http2ErrCodeProtocol, fmt.Sprintf("unexpected CONTINUATION for stream %d", fh.StreamID))
		h2_bundle.go#L2016: 		return nil, http2connError{http2ErrCodeProtocol, "DATA frame with stream ID 0"}
		h2_bundle.go#L2036: 		return nil, http2connError{http2ErrCodeProtocol, "pad size larger than data payload"}
		h2_bundle.go#L2147: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2275: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2313: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2378: 			return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2381: 		return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
		h2_bundle.go#L2441: 		return nil, http2connError{http2ErrCodeProtocol, "HEADERS frame with stream ID 0"}
		h2_bundle.go#L2467: 		return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
		h2_bundle.go#L2576: 		return nil, http2connError{http2ErrCodeProtocol, "PRIORITY frame with stream ID 0"}
		h2_bundle.go#L2629: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2657: 		return nil, http2connError{http2ErrCodeProtocol, "CONTINUATION frame with stream ID 0"}
		h2_bundle.go#L2717: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2739: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3006: 			return mh, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3018: 			return mh, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3046: 		return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, invalid}
		h2_bundle.go#L3053: 		return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, err}
		h2_bundle.go#L3446: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3454: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L4387: 			sc.rejectConn(http2ErrCodeProtocol, "invalid settings")
		h2_bundle.go#L5382: 			return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5422: 		return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5442: 		return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5458: 			return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5490: 		return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5554: 			return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5562: 		return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5651: 		return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5693: 		return sc.countError("send_too_much", http2streamError(id, http2ErrCodeProtocol))
		h2_bundle.go#L5806: 		return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5834: 		return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5851: 			return sc.countError("over_max_streams", http2streamError(id, http2ErrCodeProtocol))
		h2_bundle.go#L5936: 		return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5940: 		return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L5944: 		return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L5953: 				return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L5968: 		return sc.countError("priority", http2streamError(streamID, http2ErrCodeProtocol))
		h2_bundle.go#L6030: 			return nil, nil, sc.countError("bad_connect", http2streamError(f.StreamID, http2ErrCodeProtocol))
		h2_bundle.go#L6043: 		return nil, nil, sc.countError("bad_path_method", http2streamError(f.StreamID, http2ErrCodeProtocol))
		h2_bundle.go#L6127: 			return nil, nil, sc.countError("bad_path", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L7826: 		if se.Code == http2ErrCodeProtocol && se.Cause == http2errFromPeer {
		h2_bundle.go#L9521: 				return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9566: 			Code:     http2ErrCodeProtocol,
		h2_bundle.go#L9595: 			Code:     http2ErrCodeProtocol,
		h2_bundle.go#L9741: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9747: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9752: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9875: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9904: 			Code:     http2ErrCodeProtocol,
		h2_bundle.go#L9912: 			Code:     http2ErrCodeProtocol,
		h2_bundle.go#L9921: 				Code:     http2ErrCodeProtocol,
		h2_bundle.go#L10062: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10158: 	if f.ErrCode == http2ErrCodeProtocol {
		h2_bundle.go#L10245: 	return http2ConnectionError(http2ErrCodeProtocol)